projects
/
vtk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a3a0e0
)
Enable RenderingContextOpenGL2. (Closes: #979073)
author
Anton Gladky
<gladk@debian.org>
Mon, 4 Jan 2021 21:10:04 +0000
(22:10 +0100)
committer
Anton Gladky
<gladk@debian.org>
Mon, 4 Jan 2021 21:10:04 +0000
(22:10 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 3372aaeddd591215dc376bca8d19962509390678..af2a0ac41ce6edff4dd231a93d8debd64b3f099b 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-57,7
+57,8
@@
extra_flags += \
-DVTK_PYTHON_VERSION:STRING=3 \
-DVTK_USE_TK=ON \
-DVTK_WRAP_PYTHON=ON \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ -DVTK_MODULE_ENABLE_VTK_RenderingContextOpenGL2=YES \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
override_dh_auto_configure:
dh_auto_configure -- $(extra_flags)